home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / THE AIDS STACK / background_21281.txt < prev    next >
Encoding:
Text File  |  1988-01-11  |  2.8 KB  |  150 lines

  1. -- background: 21281 from stack: in
  2. -- bmap block id: 41934
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.  
  9. end openStack
  10.  
  11.  
  12.  
  13. -- part 17 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=419 top=271 right=308 bottom=448
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   DoMenu Find...
  28. end mouseUp
  29.  
  30.  
  31.  
  32.  
  33. -- part 18 (field)
  34. -- low flags: 00
  35. -- high flags: 0000
  36. -- rect: left=47 top=70 right=251 bottom=469
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 0 / 0
  39. -- text alignment: 0
  40. -- font id: 3
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: TERM
  45.  
  46.  
  47. -- part 21 (button)
  48. -- low flags: 00
  49. -- high flags: 2000
  50. -- rect: left=329 top=271 right=308 bottom=358
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: LAST
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   visual effect wipe left slowly
  62.   DoMenu Prev
  63. end mouseUp
  64.  
  65.  
  66.  
  67. -- part 22 (button)
  68. -- low flags: 00
  69. -- high flags: 2000
  70. -- rect: left=359 top=271 right=308 bottom=388
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 1
  74. -- font id: 0
  75. -- text size: 12
  76. -- style flags: 0
  77. -- line height: 16
  78. -- part name: NEXT
  79. ----- HyperTalk script -----
  80. on mouseUp
  81.   visual effect wipe right slowly
  82.   DoMenu Next
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 24 (button)
  88. -- low flags: 00
  89. -- high flags: 2000
  90. -- rect: left=389 top=271 right=308 bottom=418
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: TOP OF STACK
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   visual effect DISSOLVE
  102.   go to card id 20036
  103. end mouseUp
  104.  
  105.  
  106.  
  107. -- part 25 (button)
  108. -- low flags: 00
  109. -- high flags: 2000
  110. -- rect: left=449 top=271 right=308 bottom=478
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: HOME
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.  
  122.   visual venetian blinds slowly
  123.   pop card
  124.  
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 26 (button)
  130. -- low flags: 00
  131. -- high flags: 2000
  132. -- rect: left=299 top=271 right=308 bottom=328
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: HOME
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   visual effect dissolve slowly
  144.   go to card id 17296
  145.   visual venetian blinds slowly
  146.   go to card id 3013
  147.  
  148. end mouseUp
  149.  
  150.